ModelViewPresenterCommand<P,V> Class

Summary
Displays a View and associates it with a Presenter.
Syntax
C#
VB
C++
public class ModelViewPresenterCommand<P, V> : WorkstationCommand 
  
Public Class ModelViewPresenterCommand 
    (Of _P_ As IWorkstationPresenter(Of V), 
     _V_ As )  
   Inherits WorkstationCommand 
   Implements ICommand  
generic<typename _P_> 
generic<typename _V_> 
public ref class ModelViewPresenterCommand : public WorkstationCommand, ICommand   
where P: IWorkstationPresenter<V> 
where V : class 

Type Parameters

P
The presenter that will be activate and operate the view.

V
The View that will be displayed to the user.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.